projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e63eecf
)
luci-theme-rosy: fix #2645
author
Rosy Song
<
[email protected]
>
Sun, 7 Apr 2019 07:35:28 +0000
(15:35 +0800)
committer
Rosy Song
<
[email protected]
>
Sun, 7 Apr 2019 09:42:15 +0000
(17:42 +0800)
fix view on network / switch
https://github.com/openwrt/luci/issues/2645
Signed-off-by: Rosy Song <
[email protected]
>
themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
patch
|
blob
|
history
diff --git
a/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
b/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
index f0f4f8720422e527c19ffdcd22ae9d2afc2bc670..0d64dfce65cc1469b5e297823e4cd486f72a190f 100644
(file)
--- a/
themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
+++ b/
themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
@@
-2440,11
+2440,14
@@
input[name="nslookup"] {
flex-basis: 12%;
}
-#cbi-firewall-zone .table,
-#cbi-network-switch_vlan .table {
+#cbi-firewall-zone .table {
display: table;
}
+#cbi-network-switch_vlan #vlan_table {
+ overflow-x: auto;
+}
+
#cbi-firewall-zone .td.cbi-section-actions {
width: 100%;
}